Welcome![Sign In][Sign Up]
Location:
Search - linux compile

Search list

[Internet-Networkr00t-tcp-chat-examples.tar

Description: 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。-Select realize the use of UNIX/Linux environments TCP chat program, you can use the Makefile to compile.
Platform: | Size: 15360 | Author: root | Hits:

[Linux-UnixCwell

Description: linux环境下开发,利用测井数据制作合成地震记录的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.-linux environment development, the use of logging data produced synthetic seismogram procedures. Make the implementation of the directory to compile, in the demo directory has the program examples.
Platform: | Size: 77824 | Author: 王建民 | Hits:

[Linux-Unixmadwifi-0.9.3.1.tar

Description: linux下的wifi源码,可以直接编译测试运行..希望大家能有作用-wifi under linux source code, you can directly compile the test run .. hope that we can have the role of
Platform: | Size: 3647488 | Author: zhouchuanyi | Hits:

[VOIP programosip

Description: open sip souce code c 语言实现可以在linux 编译-open sip souce codec language can realize linux compile
Platform: | Size: 176128 | Author: zhouchao | Hits:

[ARM-PowerPC-ColdFire-MIPSarm+mmu

Description: arm+mmu详细图解 linux + arm + mmu 初学者比较有用-arm+ mmu detailed diagram linux+ arm+ mmu more useful for beginners
Platform: | Size: 2225152 | Author: 胡国定 | Hits:

[Linux-UnixLinux_ppt

Description: Linux操作系统的内核编译,并发编程及驱动编程,详细介绍了开发流程等的ppt-Linux operating system kernel compile, concurrent programming and programming-driven, detailed development process ppt, etc.
Platform: | Size: 2894848 | Author: 张红 | Hits:

[Internet-NetworkQQClient

Description: QQ Client源码,使用VC6开发.用户可编译、执行。-QQ Client source code, use VC6 to develop. Users can compile the implementation.
Platform: | Size: 145408 | Author: xu | Hits:

[Embeded Linux2410-nfs.pdf.tar

Description: 我们如何编译适合的自己的嵌入式 linux 内核及如何设置 NFS服务。-How can we compile a suitable own embedded linux kernel and how to set up NFS services.
Platform: | Size: 737280 | Author: 更勤 | Hits:

[Linux-Unixf2c.tar

Description: 把fortran语言编的程序转为c语言编的程序, 运行环境linux-Fortran language of the provision of procedures to compile c language procedure linux operating environment
Platform: | Size: 376832 | Author: 李东卫 | Hits:

[Documentstip

Description: linux下面的一个川口调试工具,尤其适合交叉编译后用于arm平台的嵌入式linux川口调试,内含源代码和makefile,只需对makefile稍作修改即可编译成arm版本。-linux Kawaguchi following a debug tool, particularly suitable for cross-compiled for arm embedded linux platform debugging Kawaguchi, including source code and makefile, just some slight modifications to the makefile to compile into arm version.
Platform: | Size: 22528 | Author: zhangyunchuan | Hits:

[Linux-Unixsteps-to-compile-linux-kernel

Description: linux内核的编译步骤。适用于linux的学习-steps to compile linux kernel. Applicable to learning linux
Platform: | Size: 35840 | Author: 王旭 | Hits:

[Windows Developsdcc-src-2.8.0

Description: 非常好的一个小型设备用编译环境,源码是开放的。它支持PIC、MSC51、Z80等控制器。是一个学习使用的好东西。可以在windows下或linux下编译学习。-Very best equipment to compile a small environment, source code is open. It supports the PIC, MSC51, Z80 and other controllers. Are studying the use of a good thing. In windows or linux compile under study.
Platform: | Size: 5472256 | Author: 张炯 | Hits:

[Linux-Unixlinux

Description: Linux内核编译常见错误排除,这对大家编译内核有遇到的问题有一定的帮助-Linux kernel compile rule out common mistakes, which we have encountered in the kernel to a certain extent to help
Platform: | Size: 15360 | Author: strong86 | Hits:

[Otherlinux-2628.pdf

Description:
Platform: | Size: 1141760 | Author: jiaosibei | Hits:

[MultiLanguageCRF0.52.tar

Description: CFR0.52 刚发布,linux下使用,需要编译,包含用代码,和使用说明。-CFR0.52 just released, linux use, the need to compile, including the use of code, and use.
Platform: | Size: 785408 | Author: 袁鹏 | Hits:

[Other Embeded programgpio-test

Description: 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: | Size: 9216 | Author: 马工 | Hits:

[Embeded-SCM Developthreadx

Description: threadx实时嵌入式操作系统源代码,在linux下编译执行. threadx是一个很好的多任务实时嵌入式操作系统-threadx real-time embedded operating system source code, compile the linux under implementation. Threadx is a very good multi-tasking, real-time embedded operating system
Platform: | Size: 1073152 | Author: zsq | Hits:

[Streaming Mpeg4MsysForFfmpegCompile

Description: 在Windows下安装虚拟Linux编译环境MSYS&minGW(例如MSYS-1.0.11-2004.04.30-1.exe)过后,将此文件解压覆盖安装目录,运行msys后执行./configure --enable-shared --disable-static --enable-memalign-hack --enable-a52 --enable-dts --enable-faac --enable-faad --enable-x264 --enable-libogg --enable-gpl 和make过后 即可顺利的编译FFMPEG-Installed in the Windows virtual Linux environment to compile MSYS & minGW (for example, MSYS-1.0.11-2004.04.30-1.exe) after extracting this file covers installation directory, run msys run./Configure- enable-shared-- disable-static- enable-memalign-hack- enable-a52- enable-dts- enable-faac- enable-faad- enable-x264- enable-libogg- enable-gpl and can make after Compile FFMPEG smooth
Platform: | Size: 60732416 | Author: 汪大崴 | Hits:

[Communicationseri

Description: 一个简单的读写串口程序,在linux下编译通过,Linux C_programme-Serial read and write a simple procedure to compile under linux through, Linux C_programme
Platform: | Size: 2048 | Author: guoqiang | Hits:

[Linux-UnixModifiedLinuxkernelandkernelrecompilation

Description: Linux的内核修改与内核重新编译,本文介绍了用Red Hat Linux 9的自带工具来修改和编译Linux的过程-Modified Linux kernel and kernel recompilation, the paper introduced the use of Red Hat Linux 9 comes with tools to modify and compile the process of Linux
Platform: | Size: 167936 | Author: 任宪勇 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 38 »

CodeBus www.codebus.net